home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Terminal Press Kit
/
The Terminal Press Kit.iso
/
mac
/
QuickTimeInstaller
/
QuickTime.pkg
/
Contents
/
Resources
/
wrapplugin
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-17
|
289 b
|
12 lines
#!/bin/sh
#
LIPO="$1"/Contents/Resources/lipo
QUICKTIMEPLUGIN="/Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin"
if [ -f "$3/$QUICKTIMEPLUGIN" ]; then
if [ -f "$LIPO" ]; then
"$LIPO" "$3/$QUICKTIMEPLUGIN" -create -output "$3/$QUICKTIMEPLUGIN"
fi
fi